home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / internet / other / ka9q / nhclb120.zoo / unix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-11  |  180 b   |  8 lines

  1. /* Asynch controller control block */
  2. struct asy {
  3.     int speed;        /* Line speed */
  4.     char *tty;
  5. };
  6. extern struct asy asy[];
  7. extern unsigned nasy;        /* Actual number of asynch lines */
  8.